home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 3949 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  871 b 

  1. Path: portland.caps.maine.edu!dseama41
  2. Organization: University of Maine System
  3. Date: Fri, 26 Jan 1996 16:15:53 EST
  4. From: Starduster <DSEAMA41@portland.caps.maine.edu>
  5. Message-ID: <96026.161553DSEAMA41@portland.caps.maine.edu>
  6. Newsgroups: comp.lang.c++
  7. Subject: Re: BORLAND C++ 4.5 wont add .1 and .9
  8. References: <corekinDLG8t4.3C5@netcom.com>
  9.  <4e5njv$e9v@damon.irf.uni-dortmund.de> <4e8e80$jdc@linet02.li.net>
  10.  <4eaf69$4oj@damon.irf.uni-dortmund.de>
  11.  
  12. In article <4eaf69$4oj@damon.irf.uni-dortmund.de>,
  13. rothert@damon.irf.uni-dortmund.de (Bernd Rothert) says:
  14. >
  15. >It's the ? operator as you can see in the assembler source (bcc -B onetwo.c):
  16.  
  17.  
  18.     I got the same supposedly incorrect results with Borland C++ 4.0. However,
  19. with Turbo C++ 3.0 for DOS I did get the expected result of 2. DJGPP also
  20. produced 2. Haven't tried it with Microsoft compilers yet. Interesting....
  21.